home *** CD-ROM | disk | FTP | other *** search
/ All for Cell Phones: Sony Ericsson / Sony-Ericsson 2004.iso / Java / BlazingBoard / BlazingBoard.jar / Consts.class (.txt) < prev    next >
Encoding:
Java Class File  |  2002-01-29  |  389 b   |  8 lines

  1. class Consts {
  2.    static final int SCREEN_WIDTH = 101;
  3.    static final int SCREEN_WIDTH_2 = 51;
  4.    static final int SCREEN_HEIGHT = 80;
  5.    static final int SCREEN_HEIGHT_2 = 40;
  6.    static final int VISIBLE_HEIGHT = 80;
  7. }
  8.